ILLUSTRATING SHADOWS DeltaCAD MACRO PARAMETER FILE PLACEMENT AND PROGRAM EXECUTION 



If you use the versions that use a parameter file for defaults, which you can still override 

by the way, then the parameter file  "DcadParms.txt"    AND    the macros must be in the same

folder, and should be run by



		MACRO,  E,  FILE,  OPEN,  and then select the file, then RUN it.

		If you run them using 

		MACRO,  E,  FILE,  and slect from the history list, then the macros will fail 




Opening these macros with   	MACRO, E, then FILE, and then OPEN    will cause DeltaCAD to set

the current directory to the place the macro came from, and then all works well. 



But, using the history list instead of opening from a folder panel has DeltaCAD keep the default

folder and thus the parameter file will not be found.



Placing the macros and the text file in the Program Files\DeltaCAD folder does not solve the 

problem, so always use MACRO,  E,  FILE,  OPEN,  and then the folder panel.
